﻿body {
    margin: 0px;
    overflow-x: hidden;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height:24px;
    color: #333;
}
a:link ,a:visited , a:hover , a:active {
    text-decoration: none !important;
    color: #333;
}
a {
    text-decoration: none !important;
    color: #333;
}
li {
    list-style: none;
}
.row,ul, li {
    margin: 0;
    padding: 0;
}
.index {
    background: #f8f8f8;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.white{
    background:white;
}
/* 首页——轮播图 */
#banner-swiper{margin-left:220px;width:calc(100% - 220px);margin-top:10px;}
#banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px;background:#fff;opacity:1;width:10px;height:10px;border-radius:50%;transition:all 0.2s linear 0s;}
#banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active{width:18px;border-radius:30px;background:#0193de;}
#banner-swiper .swiper-wrapper .img_btn{width:100%;display:block;height:295px;}


.noPro{text-align:center;width:100%;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}


.banner-bg {
    display: block;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.index-banner-desc{
    margin-top:190px;
}
/* 轮播图分页器选中颜色重写 */
:root {
    --swiper-theme-color: #0193de;
}
.swiper-pagination-bullet-active {
    background: #0193de;
}
/* 首页——推荐产品 */
.index-recompro{
    display:flex;
    margin-top:35px;
}
.index-recomproimg_box {
    position: relative;
    flex: 0 0 193px;
    width: 193px;
    margin-right: 8px;
}
.index-recomproimg_box ul{
    position:absolute;
    bottom:30px;
    right:0;
    
}
.index-recomproimg_box ul li{margin:10px 0;}
.index-recomproimg_box ul li a{
    padding:0;height:32px;line-height:32px;background:#fff;width:100px;border-radius:30px 0 0 30px;padding-left:20px;transition:all 0.2s linear 0s;
}
.index-recomproimg_box ul li:hover a{
    background:#0193de;color:#fff;
}
.index-recomproimg_box ul li.active a{
    background:#0193de;color:#fff;
}

.index-recompro-img {
    width: 193px;
    height: 280px;
    background-size: cover!important;
}
.index-recompro .tab-content{width:calc(100% - 201px);}

.index-3d-pronos {
    position: relative;
}
.kj-3dpronos-items {
    padding: 20px 15px;
    height: 280px;
}
.kj-3dpronos-img {
    width: 100%;
    height: 148px;
    border:1px solid #ddd;
    background-size: contain !important;
    transition:all 0.2s linear 0s;
}
.kj-3dpronos-img:hover{
    border-color:#0193de;
}
.kj-3dpronos-name {
    height: 24px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color: #333;
    margin-top: 10px;
    text-align:left;
}
.kj-3dpronos-name:hover{
    color:#0193de;
}
.kj-3dpronos-price {
    color: #DA251C;
    font-size: 17px;
    white-space: nowrap;
    text-align: left;
}
.kj-3dpronos-price a{
    margin-right:10px;
}
.kj-3dpronos-price span {
    font-size: 13px;
    color: #666;
    text-align: left;
    text-decoration: line-through;
}
.kj-3dpronos-btn{
    display:flex;
    margin-top:7px;
}
.kj-3dpronos-btn a {
    flex:0 0 50%;
    text-align:center;
    line-height:24px;
    height:24px;
}
.kj-3dpronos-btn a:first-child {
    background: #999;
    color: #fff;
}
.kj-3dpronos-btn a:last-child {
    border: 1px solid #999;
    color: #999;
}
.kj-3dpronos-btn:hover a:first-child {
    background: #0193de;
}
.kj-3dpronos-btn:hover a:last-child {
    border: 1px solid #0193de;
    color: #0193de;
}
/* 椭半圆形 */
.pronos-swiper-button-next,
.pronos-swiper-button-prev {
    width: 20px;
    height: 35px;
    background: rgba(0,0,0,0.2);
    transition:all 0.2s linear 0s;
}
.pronos-swiper-button-next:hover,
.pronos-swiper-button-prev:hover{
    background: rgba(0,0,0,0.6);
} 
.pronos-swiper-button-next i,
.pronos-swiper-button-prev i {
    color: #fff;
    font-size: 22px;
    line-height: 35px;
    display: flex;
}
.pronos-swiper-button-next {
    right: 0px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
.pronos-swiper-button-next i {
    margin-left: 8px;
}
.pronos-swiper-button-prev {
    left: 0px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.pronos-swiper-button-prev i {
    margin-left: 3px;
}
/* 长方形 */
.sellpro-swiper-button-next,
.sellpro-swiper-button-prev {
    width: 24px;
    height: 50px;
    background: rgba(0,0,0,0.2);
    top: 50%;
    transform: translate(0,-50%);
    transition:all 0.2s linear 0s;
}
.sellpro-swiper-button-next i,
.sellpro-swiper-button-prev i {
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    display: flex;
    justify-content: center;
}
.sellpro-swiper-button-next {
    right: 0px;
}
.sellpro-swiper-button-prev {
    left: 0px;
}
.sellpro-swiper-button-next:hover,
.sellpro-swiper-button-prev:hover{
    background: rgba(0,0,0,0.6);
}
/* 首页——产品分类楼层 */
.index-recommend_zh {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin:40px 0 10px;
}
.index-recommend_en {
    text-align: center;
    color: #666666;
}
.kj-profloors-bigadv{
   margin-top:15px;
}

.kj-profloors-bigadv-phone{
    display:none;
}
.profloors_title-items {
    display: flex;
    margin-top: 30px;
    border-bottom: 1px solid #0193de;
}
.profloors_title-title {
    flex: 0 0 237px;
    width: 237px;
    font-size: 20px;
    font-weight: bold;
}
.profloors_title-title:before {
    content: "\e605";
    font-family: "iconfont" !important;
    color:#0193de;
}
.profloors_title-subtitle {
    flex: auto;
    width: 100px;
    display: flex;
    /*flex-wrap: wrap;*/
}
.profloors_title-subtitle > a {
    display: inline-block;
    padding: 6px 18px;
    background: transparent;
    text-align: center;
}
.profloors_title-subtitle > a.active {
    background: #fff;
    color: #0193de;
    border: 1px solid #0193de;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
.profloors_title-more{
    margin-left:20px;
    margin-top:10px;
    color:#333;
    transition:all .2s linear 0s;
}
.profloors_title-more:hover{
    color:#0193de;
}
/* 产品左侧广告图展现方式 */
.kj-profloors-content {
    display: flex;
    /*margin-top: 12px;
    border-top: 1px solid #E1DDDD;
    border-left: 1px solid #E1DDDD;*/
}
.kj-profloors-content > div:first-child {
    flex: 0 0 229px;
    width: 229px;
    height: 597px;
    overflow: hidden;
}
.kj-profloors-content > div:last-child {
    flex: auto;
    width: 100px;
    height: 597px;
    overflow: hidden;
}
.kj-floorstyle-advimg > .img {
    width: 229px;
    height: 597px;
    /*border-bottom: 1px solid #E1DDDD;
    border-right: 1px solid #E1DDDD;*/
}
.kj-floorstyle-advimg_brand{
    display:flex;
    flex-wrap:wrap;
}
.kj-floorstyle-advimg_brand a{
    flex:0 0 50%;
    width:50%;
}
.kj-floorstyle-advimg_brand img {
    width: 108px;
    height: 43px;
    border-bottom: 1px solid #E1DDDD;
    border-right: 1px solid #E1DDDD;
}
.kj-floorstyle-advimg_procode {
    padding: 15px 0 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-bottom: 1px solid #E1DDDD;
    border-right: 1px solid #E1DDDD;
}
.kj-floorstyle-advimg_procode a {
    width: 99px;
    height: 27px;
    border: 1px solid #E1DDDD;
    border-radius: 13px;
    margin-bottom:8px;
    text-align:center;
}
/*单图*/
.kj-floorstyle_singleimg .kj-floorstyle-advimg > .img {
    width: 229px;
    height: 597px;
    /*border-bottom: 1px solid #E1DDDD;
    border-right: 1px solid #E1DDDD;*/
}
.kj-floorstyle-single {
    display: flex;
    flex-wrap: wrap;
}
.kj-floorstyle-single > li {
    flex: 0 0 calc(25% - 8px);
    width: calc(25% - 8px);
    height: 294.5px;
    padding: 20px;
    margin-left: 8px;
    margin-bottom: 8px;
    text-align:center;
    /*border-bottom: 1px solid #E1DDDD;
    border-right: 1px solid #E1DDDD;*/
    transition:all 0.2s linear 0s;
}
.kj-floorstyle-single > li:hover{
    box-shadow:0 0 5px rgba(0,0,0,0.1);
}
.kj-floorstyle-img {
    width: 100%;
    height: 168px;
    background-size: contain !important;
}
.kj-floorstyle-name {
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    color:#333;
    margin-top:8px;
    text-align:left;
    transition:all 0.2s linear 0s;
}
.kj-floorstyle-name:hover{color:#0193de;}
.packing_cusno{display:flex;justify-content:space-between;margin:5px 0;}
.packing_cusno span{font-size:12px;color:#999;}

.kj-floorstyle-price {
    color: #DA251C;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    margin-top: 10px;
    /*text-align: center;
    justify-content: center;*/
}
.kj-floorstyle-price span {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    margin-top: 2px;
    text-decoration: line-through;

}
/*首页——合作品牌*/
.index-brand_zh {
    font-size: 26px;
    font-weight: bold;
    margin: 40px 0 20px;
}
.index-brand {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:60px;
}
.index-brand li {
    flex: 0 0 10%;
    width: 10%;
    padding: 10px;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    transition-property:all;transition-duration: 0.3s;transition-timing-function:ease-in-out;backface-visibility:hidden;
}
.index-brand-items .bgimg {
    width: 100%;
    height: 0;
    padding-top: 66%;
    background-size:contain!important;
}
.index-brand li:hover{
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}
/*.index-brand li:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,.1) !important
}*/
/* 模板页——页面底部图标*/
.kj-bottomicon_bg {
    border-top: 1px solid #D5D5D5;
    margin-top: 120px;
}
.kj-bottom-iconfont {
    display: flex;
    height: 90px;
    align-items: center;
}
.kj-bottom-iconfont > div {
    flex:0 0 27%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.kj-bottom-iconfont > div:first-child {
    justify-content: flex-start;
    flex: 0 0 23%;
}
.kj-bottom-iconfont > div:last-child {
    justify-content: flex-end;
    flex: 0 0 23%;
}
    .kj-bottom-iconfont > div > i {
        font-size: 40px;
        color: #0193de;
        margin-right: 10px;
    }
.iconfont-text {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}
/* 模板页——页面底部 **/
.kj-bottom-nav {
    border-top: 1px solid #E2E1E1;
}
.bottom-navflex {
    padding-top: 27px;
    padding-bottom: 30px;
    display:flex;
}
.bottom-navflex > div {
    flex: 0 0 calc((100% - 180px)/5);
    width: calc((100% - 180px)/5);
}

.kj-bottom-nav .title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
.kj-bottom-nav ul {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.kj-bottom-nav li a {
    font-size: 13px;
    line-height: 26px;
    color: #666;
    white-space: nowrap;
    word-break: keep-all;
}
.kj-bottom-nav li a:hover {
    text-decoration: underline !important;
    color: #666;
}
.kj-bottomcode {
    flex: 0 0 180px!important;
    width: 180px!important;
    text-align: center;
}
.kj-bottomcode img {
    margin: 0px auto;
    width:116px;
}
/* 模板页——footer底部*/
.kj-footer {
    border-top: 1px solid #E2E1E1;
    text-align: center;
    line-height: 24px;
    padding: 12px;
    color: #666;
}
.kj-footer span{display:block;}
.kj-footer span p{margin:0;}
.kj-footer a{color:#666 !important;}
.kj-footer a:hover{text-decoration:underline !important;}
/*********************************** 内页页面 ***********************************************************************************/
/*内页banner*/
.intro-pagebanner {
    position: relative;
    height: 315px;
}
.intro-pagebanner_t {
    position:relative;
    z-index:8;
    height: 70px;
    margin-top: 99px;
    margin-left: 120px;
    padding-left:20px;
    border-left: 4px solid #0193de;
}
.intro-pagebanner-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom:5px;
}
.intro-pagebanner-subtitle {
    font-size: 18px;
    color: #666666;
    line-height: 32px;
}
.intro-pagebanner-img {
    width: 100%;
    height: 315px;
    position: absolute;
    top: 0;
    left: 0;
}
/*面包屑*/
.kj-intro-header .breadcrumb_home:before {
    content: "您的位置：";
}
.kj-intro-header .breadcrumb {
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 0;
}
.kj-intro-header .breadcrumb li.active {
    color: #0193de;
}
.kj-intro-header .breadcrumb li:last-child a {
    color: #0193de;
}
/*产品分类大标题*/
.kj-intro-prolist-title {
    height: 56px;
    font-size: 26px;
    font-weight: bold;
    line-height: 56px;
    margin-top: -15px;
    margin-bottom: 5px;
}
/*左侧内页导航栏*/
.kj-intro-left {
    padding-left: 0px;
    margin-bottom: 20px;
}
.kj-intro-left .title {
    background: #EFEFEF;
    border: 1px solid #CDCDCD;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-left: 23px;
}
.kj-intro-left .title i {
    float: right;
    line-height: 45px;
    margin-right: 14px;
    color: #a3a9b4;
}
.kj-intro-left ul {
    border: 1px solid #CDCDCD;
    padding-left: 0;
}
.kj-intro-left ul li {
    font-size: 15px;
    background: #fff;
}
.kj-intro-left ul li > a {
    padding-left: 23px;
}
.kj-intro-left ul li:hover a, .kj-intro-left ul li.active > a {
    color: #fff !important;
    background: #0193de !important;
    border-radius:0;
}
/*上方产品数据筛选表格*/
.kj-product-fliter {
    padding: 10px 0px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.kj-product-fliter tr {
    border-bottom: 1px dashed #ddd;
}
.kj-product-fliter th {
    font-weight: normal;
    background: #F8F8F8;
    text-align:center;
    font-size:13px;
}
.kj-product-fliter td {
    vertical-align: middle;
    padding: 10px;
}
.kj-product-fliter td a {
    font-size: 13px;
    display: block;
    float: left;
    padding: 0 5px;
    margin: 0 10px;
    line-height:27px;
}
.kj-product-fliter td a:hover{
    color:#0193de;
}
.kj-product-fliter td a.kj_product_show1 {
    float: left;width:60px;margin:0;
}
.kj-product-fliter td a.kj_product_show1 i{
    font-size:16px;
    margin-left:5px;
}
.kj_jgigjik a.active {
    color: #0193de;
    font-size:14px;
}
.kj_jgigjik {
    height: 27px;
    overflow: hidden;
    float:left;width:calc(100% - 60px);
}
/*产品列表*/
.intro-proshiji_maiosu_bm {
    line-height:24px;
    max-width:980px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.intro-proshiji_maiosu_bm:hover {
    overflow: visible;
    height: auto;
    display: block;
    margin-bottom:10px;
}
.intro-proshiji_maiosu > span {
    color: #999;
    margin-top: 8px;
    margin-left: 12px;
    display: inline-block;
}
.intro-prolist-title {
    border: 1px solid #D9D9D9;
    margin-top: 20px;
}
.pro_stock {
    border: 1px solid #D9D9D9;
}
.pro_stock > td {
    padding:30px 15px !important;
}
.intro-prolist-title > th,
.intro-prolist-title > td {
    /*border-top: 1px solid transparent !important;*/
    padding: 15px !important;
}
.prolist-title-img{
    width:120px;
}
.intro-prolist-title img {
    width: auto;
    height: 82px;
}
.intro-prolist-title strong{
    font-size:20px;
    font-weight:normal;
    line-height:32px;
    margin-bottom:3px;
    display:inline-block;
}
/*.intro-prolist-title span {
    color: #666;
    margin-bottom: 8px;
    margin-right:8px;
    display: inline-block;
}*/
.kj-intro-protable .goodlisttd {
    border: 1px solid #ddd;
    padding: 10px;
    border-top: 1px solid transparent !important;
}
.kj-intro-protable .goodlisttd .shoptoggle {
    background: #F9F9F9;
}
.kj-intro-protable .shoptoggle th,
.kj-intro-protable .shoptoggle td {
    text-align: center;
    line-height: 23px;
}
.intro-prolist-shoptitle:first-child > td {
    border-top: 1px solid transparent;
    padding: 20px 8px 10px;
}
.intro-prolist-shoptitle-equipment {
    background: #EFEFEF;
}
.intro-prolist-shoptitle-equipment > td {
    white-space: nowrap;
}
.intro-prolist-shoplist-equipment img {
    width: 62px;
    height: auto;
}
.intro-prolist-shoplist-equipment > td {
    vertical-align: middle!important;
}
/*.intro-prolist-shoplist-equipment:nth-child(2n+1) > td {
    background: #F8F8F8;
}*/
.intro-prolist-shoplist-equipment:last-child > td {
    border-bottom: 1px solid #ddd;
}
.intro-pro_goodlisttd_yiqi{
    padding:0!important;
}
.intro-pro_goodlisttd_yiqi .shoptoggle {
    background: #fff !important;
    margin-bottom: 0px !important;
}
.intro-pro_goodlisttd_yiqi .shoptoggle tr:first-child td {
    background: #EFEFEF !important;
    padding:15px 8px!important;
}
/* 内页——产品详情页******************************************************************************************************************************/
/*产品详情页--header*/
.intro-proinfo-top_content{
    display:flex;
}
.intro-proinfo_image {
    margin-bottom: 30px;
    margin-right: 40px;
    flex: 0 0 232px;
    width: 232px;
    height: 232px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
}
.intro-proinfo_image .image-border {
    padding-right: 1px;
}
.intro-proinfo_image .image-big {
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.intro-proinfo_image .image-sub {
    width: 100%;
    height: 0;
    padding-top: 25%;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
}
.intro-proinfo_image .swiper-slide-thumb-active {
    border: 2px solid #E83241;
}
/* */
.intro-proinfo_reagent {
    flex:auto;
    width:200px;
    margin-bottom:30px;
}
.intro-proinfo_zh {
    font-size: 24px;
    line-height: 32px;
    margin: 0px 0 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
}
.intro-proinfo_en {
    line-height: 32px;
    color: #666;
}
.intro-proinfo_alias, .alias {
    color: #666;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.intro-proinfo_alias:hover, .alias:hover {
    overflow: visible;
    height: auto;
    display: block;
}
.intro-table-td_alias {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.intro-table-td_alias:hover {
    height: auto;
    display: block!important;
    overflow: visible!important;
}
.intro-proinfo_text {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.intro-proinfo_text > div {
    flex: 0 0 33.33%;
    color: #666;
    line-height: 32px;
    white-space: nowrap;
    padding-right: 15px;
}
.intro-proinfo_text > div >span {
    color: #666;
}
.intro-proinfo_text .number {
    border-top: 1px solid #ddd;
}
.supplies .btn {
    margin: 20px 0;
    width: 108px;
    height: 32px;
    background: linear-gradient(0deg, #0592DA, #146BB2);
    border: 1px solid #217BD5;
    box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
    border-radius: 3px;
    margin-right: 5px;
}
.supplies .btn a{
    color:#fff;
}
.reagent .button{
    margin:10px 0;
}
.reagent .btn {
    margin: 5px 0;
    padding: 6px 30px;
    color: #333;
    background: #E3E3E3;
    border-color: #E3E3E3;
    border-radius: 16px;
    margin-right: 5px;
}
/*.reagent .alias{
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.reagent .alias:hover {
    overflow: visible;
    height: auto;
    display: block;
}*/
.intro-price-items {
    width: 100%;
    height: 210px;
    background: #F8F8F8;
    color: #666666;
    padding:18px;
    margin:20px 0 35px;
}
.intro-price-items > div{
    display:flex;
}
.intro-price-items > div > em {
    font-style: normal;
    display: inline-block;
    flex: 0 0 80px;
    width: 80px;
    line-height: 38px;
}
.intro-price-items > div span {
    display: inline-block;
    flex: auto;
    width: 200px;
    line-height: 38px;
}
.intro-number-items .kj-pro-num-box {
    margin: initial;
}
.intro-buy-items {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 40px;
    display:flex;
    text-align:center;
}
.intro-buy-items > div {
    margin-right:10px ;
}
.intro-buy-btn01 {
    width: 154px;
    height: 46px;
    background: #FFF4F5;
    border: 1px solid #DA251C;
    text-align: center;
    color: #EB3242;
}
.intro-buy-btn02 {
    width: 154px;
    height: 46px;
    background: #DA251C;
    border: 1px solid #E83241;
    text-align: center;
    color: #fff!important;
}
.intro-buy-btn02 button{
    color: #fff!important;
}
.intro-buy-btn03 {
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #BDBABA;
    border-radius: 5px 5px 5px 5px;
}
.intro-buy-btn03 i {
    color: #BDBABA;
    font-size: 22px;
    line-height: 46px;
}
/* 商品购物栏 */
.kj-intro-shopcart {
    /*margin-bottom:20px;*/
    max-height: 273px;
    overflow: auto;
}
.kj-shop {
    /*margin-top: 20px;*/
    margin-bottom: 0px;
}
.kj-shop .table {
    margin-bottom: 10px;
}
.kj-shop th, .kj-shop td {
    text-align: center;
    border-bottom: 1px solid #E6E8E9;
}
.kj-shop tr:first-child th {
    background: #F4F4F4;
    line-height: 23px;
    white-space:nowrap;
}
.kj-shop th:first-child, .kj-shop td:first-child {
    border-left: 1px solid #E6E8E9;
}
.kj-shop th:last-child, .kj-shop td:last-child {
    border-right: 1px solid #E6E8E9;
}
.kj-shop .table > tbody > tr > td {
    padding: 16px 8px 8px 8px;
    color:#626262;
}
/*.kj-shop .table > tbody > tr > td:nth-child(4) {
    color: #666;
    text-decoration: line-through
}*/
.kj-pre-price {
    color: #f4350f;
}
.kj-shopnote {
    line-height: 26px;
}
.kj-shopnote div:last-child, .kj-shopnote i {
    color: #f4350f;
}
.intro-proinfo-package_keep{
    margin:10px 0 15px;
}
.intro-proinfo-package_keep a {
    width: 127px;
    height: 28px;
    line-height:28px;
    background: #AFAFB0;
    border-radius: 14px;
    display:inline-block;
    margin-right:10px;
    text-align:center;
    color:#fff!important;
}
.intro-proinfo-package_keep a.active {
    background: #0193de;
}
.intro-proinfo_shopcart a i {
    color: #fff;
    margin-right: 5px;
}
.intro-proinfo_shopcart {
    background: #0193de;
    border-radius: 30px;
    padding: 5px 10px;
    display: inline-block;
    float: right;
}
.intro-proinfo_shopcart > a {
    color: #fff!important;
    margin-right: 0px;
}
.intro-prolist-shoptitle .intro-proinfo_msg {
    padding: 20px 8px 10px;
    font-weight: normal;
    border-top: 1px solid transparent;
}
.intro-pro_goodlisttd_yiqi .intro-proinfo_msg {
    background: #EFEFEF !important;
    padding: 15px 8px !important;
    font-weight: normal;
    border-top: 1px solid #ddd;
}
.intro-proinfo_msg i {
    position: relative;
    color: #0193de;
}
    .intro-proinfo_msg i span {
        position: absolute;
        width: 200px;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 15px;
        box-shadow: 0 0 1px #aaa;
        z-index: 9;
        left: -100px;
        top: calc(100% + 5px);
        background: #fff;
        white-space: pre-wrap;
    }
/*加购物车--数量*/
.ShopCartBox {
    display: none !important;
}
.kj_product_shopcart {
    border: none;
    background-color: transparent;
    color: #f4350f;
}
.kj-pro-num-box {
    position: relative;
    width: 90px;
    height: 26px;
    border: 1px solid #ddd;
    margin: 0px auto;
    background-color: #fff;
}
.kj-pro-num-box button {
    position: absolute;
    top: 0px;
    width: 30px;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    text-align: center;
    height: 24px;
}
.kj-pro-num-minus {
    left: 0px;
    border-right: 1px solid #ddd !important;
}
.kj-pro-num-plus {
    right: 0px;
    border-left: 1px solid #ddd !important;
}
.kj-pro-num-box input {
    width: 26px;
    height: 23px;
    text-align: center;
    border: 0px;
    position: absolute;
    left: 31px;
    top: 0px;
}
.kj-shopcart-count {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f4350f;
    border-radius: 10px;
    display: none;
}
/*end*/
/*大包装询价表单*/
#ORDERFORM .modal-header {
    background-color: #0193de;
    color: #ffffff;
    border-color: #0193de;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#ORDERFORM .formcolumn-item {
    width: 100%;
    margin: 0 auto;
    padding: 0px 3%;
    display:flex;
}

#ORDERFORM .formcolumn-item .formcolumn-item-tit {
    text-indent: 18px;
    width: 20%;
    float: left;
    line-height: 46px;
}

#ORDERFORM .formcolumn-item-ct {
    position: relative;
    padding: 8px;
    width: 80%;
    float: left;
}

#ORDERFORM .formcolumn-item-ct:last-child {
    display: flex;
    /*justify-content: space-around;
    align-items: baseline;*/
}
#ORDERFORM .formcolumn-item-ct .required{
    position:absolute;
    top:8px;right:0;line-height:30px;height:30px;display:block;
}
#ORDERFORM .formcolumn-item-ct:last-child .form-vcodebox img{
    height:32px;
}
#ORDERFORM .formcolumn-item-ct:last-child .formcom-vcode{
   width:100px;
}
#ORDERFORM .formcolumn-item:last-child .formcolumn-item-ct{width:auto;}
#ORDERFORM .formcom-ipt {
    width: 100%;
    height: 30px;
    text-indent: 15px;
    border: 1px solid #a7b1b3;
}

#ORDERFORM .formcom-area {
    width: 100%;
    text-indent: 15px;
    border: 1px solid #a7b1b3;
}

#ORDERFORM .formcolumn-item-ct span.requi#f4350f {
    position: absolute;
    left: 15px;
    top: 15px;
}

#ORDERFORM .modal-footer {
    border: none;padding-top:0;padding-bottom:30px;
}
#ORDERFORM .modal-footer input {
    background:#0193de;color:#fff;width:30%;border-radius:30px;box-shadow:none;
}
#ORDERFORM .modal-footer input:hover{
    background:#35b72a
}
/* 表格详情 */
.intro-proinfo_details{
    margin-top:20px;
}
.tabletitle {
    background: #f5f5f5;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.tabletitle > li {
    width: 25%;
}
.tabletitle > li > a {
    color: #333;
    font-size: 16px;
}
.tabletitle > li > a:hover {
    background: #f5f5f5;
}
.tabletitle > li.active > a, .tabletitle > li.active > a:hover, .tabletitle > li.active > a:focus {
    color: #0193de;
    font-weight:bold;
    border: 1px solid transparent;
}
/*耗材表格内容*/
.suppliesdetails div{
    color: #666;
    font-weight:bold;
    line-height: 40px;
}
.suppliesdetails span {
    font-weight: normal;
}
.suppliesdetails .remind {
    margin-top:12px;
    font-weight:normal;
    line-height: 34px;
}
.suppliesdetails .remind strong{
    color:#f4350f;
}
/*试剂表格内容*/
.tableinfo .tab-pane {
    padding: 17px 37px;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.tableinfo .tab-pane th{
    color: #666;
    font-weight: bold;
    border-right: 1px solid #e5e5e5;
}
.tableinfo .tab-pane td{
    color: #333;
}
.tableinfo .table tr:first-child th, .tableinfo .table tr:first-child td{
    border-top:none;
}
/*.reagent .alias {
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}*/

.tableinfo .tab-pane th {
    width: 20%;
    line-height: 37px;
}

.tableinfo .tab-pane td {
    padding-left: 5%;
    line-height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
/*.tableinfo .tab-pane td:hover {
    line-height: 37px;
    overflow: visible;
    height: auto;
    display: block;
}*/
/*.tableinfo .tab-pane td:nth-child(2):hover, .tableinfo .tab-pane td:nth-child(4):hover {
    line-height: 1.42857143;
}*/
.intro-proinfo_details .tabletitle > li {
    width: 160px;
}
#product th {
    width: 120px;
    line-height: 30px;
}
#book th {
    width: 120px;
    line-height: 30px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}
/* 相关产品 */
.kj-intro-related {
    margin-top: 40px;
    margin-bottom: 60px;
}
.intro-related-title {
    font-size: 22px;
    line-height: 22px;
    -webkit-text-stroke-width: thin; /*字体描边;*/
    color: #333;
    margin-bottom: 16px;
    padding-left: 0px;
}
.kj-intro-related .row {
    padding-right: 15px;
}
.kj-intro-related .imgborder {
    margin:1px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    transition:all 0.2s linear 0s;
}
.kj-intro-related .imgborder .img {
    width: 100%;
    height: 0;
    padding-top: 80%;
}
.kj-intro-related .imgborder:hover{
    border-color:#0193de;
}
.kj-intro-related .name {
    color: #333;
    margin: 12px 0 5px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    transition:all 0.2s linear 0s;
}
.kj-intro-related .name:hover{
    color:#0193de;
}
.kj-intro-related .cas {
    color: #333;
    display: flex;
    justify-content: space-between;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
}
.kj-intro-related .cas a {
    font-weight: bold;
    color: #333;
}
.kj-intro-related .price {
    font-size: 16px;
    color: #DB241C;
}
.kj-intro-related .price span {
    color: #999;
    text-decoration: line-through;
}
.related-pagination, .hisrory-pagination {
    text-align: center;
    margin: 20px auto;
}

/***********************************************************************************/
/* 内页——积分商城 *******************************************/
/* 商品列表 */
.thumbnail {
    border: 1px solid #eee;
    padding: 10px;
}
.row-integral .caption {
    border-top: 1px solid #F3F3F3!important;
    padding:10px 0;
}
.integral-fliterbox .dl-horizontal {
    border: 1px solid #eee;
}
.caption-igoodname {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #1C1C1C;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
}
.integral-item .exchangehref {
    color: #262626;
    font-size: 12px;
    border: 1px solid #ACACAC;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
    border-radius: 0;
    padding:0;
}
.integral-item .exchangehref > span {
    flex: 0 0 50%;
    width: 50%;
    font-size: 14px !important;
    text-align: center;
}
.integral-item .exchangehref > span:first-child {
    font-weight: bold !important;
}
.integral-item .exchangehref-btn {
    background: #ACACAC;
    color: #fff !important;
}
.integral-fliterbox .dl-horizontal dt {
    line-height: 48px;
    color: #666 !important;
    margin-bottom: 0 !important;
    padding: 0 15px;
}
.integral-fliterbox .dl-horizontal dd {
    margin-left: 0 !important;
}
.integral-fliterbox .dl-horizontal dd a {
    color: #333;
    line-height: 48px;
    padding: 0 15px;
}
.integral-fliterbox .dl-horizontal dd a.viewon {
    color: #0193de;
    background: #fff
}
.integral-fliterbox .dl-horizontal dd:nth-child(2) {
    border-bottom: 1px dashed #eee;
}
/* 内页-推荐产品 */
.kj-intro-advlist ul {
    padding-left: 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 40px;
}
.kj-intro-advlist ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-top:20px;
}
.kj-intro-advlist .proimages {
    border: 1px solid #ddd;
    padding: 10px;
}
.kj-intro-advlist a .imgborder .img {
    width: 100%;
    height: 0;
    padding-top: 94.4%;
}
.kj-intro-advlist .name {
    color: #333;
    margin: 12px 0;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.kj-intro-advlist .price {
    font-size: 16px;
    color: #bb1c20;
    font-weight: bold;
    margin: 12px 10px 0 0;
}
/* 内页-关于我们 */
.kj-intropage-content{
    font-size: 16px;
    line-height: 36px;
    color: #666;
    word-wrap: break-word; /*自动换行*/
    word-break: normal;
}
.kj-intropage-content img{max-width:100%;height:auto !important;}
/* 内页-联系我们 */
.intro-contact_con {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 50px 0 20px;
}
.intro-contact_items {
    flex: 0 0 33.33%;
    width: 33.33%;
    padding-right: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.intro-contact-icon {
    width: 43px;
    height: 43px;
    border: 1px solid #DA261C;
    border-radius: 50%;
    line-height: 43px;
    text-align: center;
    margin-right: 10px;
}
.intro-contact_items i {
    color: #DA261C;
    font-size: 23px;
}
.intro-contact_items i.icon-youxiang {
    font-size: 18px;
}
.intro-contact-text_name{
    font-size:16px;
    margin-bottom:6px;
}
/* 内页——技术服务 */
.intro-service_nav-title {
    margin: 20px 0;
    font-size: 24px;
}
.intro-service_nav ul{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:10px;
}
.intro-service_nav ul li a{
    height: 45px;
    line-height: 45px;
    padding: 0 17px;
    margin-bottom: 10px;
    background:transparent;
    display:inline-block;
}
.intro-service_nav ul li.active a{
    background: #0193de;
    color: #fff;
    border-radius:40px;
}
.intro-service_news {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
}
.intro-service_news li {
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
    margin-right: 20px;
}
.intro-service_news-img {
    width: 100%;
    height: 170px;
    background-size: cover !important;
}
.intro-service_news-title {
    display:block;
    padding: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align:center;
}
.intro-service_news-summary {
    line-height: 24px;
    padding: 30px 20px;
    background: #eee;
    transition: all 3s ease-in 0.5s;
    display: none;
    height: 0px;
}
.intro-service_news-summary > span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.intro-service_news-summary > span p{
    margin:0;
}
.intro-service_news li:hover .intro-service_news-summary {
    height: 170px;
    display: block;
}
/* 内页-新闻资讯 */
.intro-news_gonggao{
    display:flex;
}
.intro-gonggao {
    flex:0 0 286px;
    width:286px;
    border: 1px solid #ddd;
    margin-right:30px;
    margin-bottom:60px;
}
.intro-gonggao_title {
    height: 46px;
    background: #F7F7F7;
}
.intro-gonggao_title-title {
    width: 147px;
    line-height: 46px;
    background: #fff;
    font-size: 16px;
    color: #0193de;
    text-align: center;
}
.intro-gonggao ul li {
    padding:12px 16px;
    border-bottom: 1px solid #DDDDDD;
}
.intro-gonggao ul li:last-child {
    border-bottom: 1px solid transparent;
}
.intro-gonggao-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.intro-gonggao-time {
    color: #999;
    font-size: 12px;
}
.intro-news {
    flex: auto;
    width: 200px;
}
.intro-news_nav {
    display:flex;
}
.intro-news_nav li {
    flex-grow: 1;
    height: 44px;
    line-height:44px;
    background: #F7F7F7;
    text-align:center;
}
.intro-news_nav li.active {
    background: #0193de;
}
.intro-news_nav li.active a {
    color:#fff;
}
.intro-news-content{
    flex:auto;
    margin:20px 0 40px;
}
.intro-news-content li {
    padding: 20px 0;
    display: flex;
    overflow: hidden;
    border-bottom: 1px dashed #dfdfdf;
}
.intro-news-img {
    flex:0 0 166px;
    width: 166px;
    height: 118px;
    background-size:cover!important;
    margin-right:20px;
    border:1px solid #dfdfdf;
}
.intro-news-title {
    font-size: 16px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.intro-news-summary {
    line-height: 24px;
    color: #999!important;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
    margin:5px 0 10px;
}
/*.intro-news-summary p {
    margin: 0;
}*/
.intro-news-date {
    font-size: 14px;
    color: #999;
}
/* 内页-资源中心 */
.intro-resource{
    display:flex;
}
.intro-resource_left {
    flex: 0 0 200px;
    width: 200px;
    margin-right:30px;
}
.intro-resource_left-title {
    padding:10px 0 25px;
    font-size: 24px;
    border-bottom: 2px solid #E1E1E1;
}
.intro-resource_left ul li {
    line-height:50px;
    border-bottom: 2px solid #E1E1E1;
    padding-left:6px;
    font-size:16px;
}
.intro-resource_left ul li.active a{
    color:#0193de;
    font-weight:bold;
}
.intro-resource_con{
    flex:auto;
    width:200px;
}
.intro-resource_con-subnav {
    display: flex;
}
.intro-resource_con-subnav li{
    font-size:16px;
}
.intro-resource_con-subnav li span {
    padding: 0 24px 0 20px;
    color: #aaa;
}
.intro-resource_con-subnav li:last-child span {
    display:none;
}
.intro-resource_con-subnav li.active a {
    text-decoration: underline !important;
    color: #0193de;
}
.intro-resource_con-content{
    display:flex;
    flex-wrap:wrap;
    width:calc(100% + 20px);
    margin-bottom:60px;
}
.intro-resource_con-content li {
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-top: 30px;
}
.intro-resource_con-img {
    width: 100%;
    height: 0;
    padding-top: 80%;
    background: #D8D8D8;
    border: 1px solid #D8D8D8;
    background-size: cover !important;
}
.intro-resource_con-title {
    display:block;
    text-align:center;
    padding-top:10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/* 内页-品牌馆 */
.intro-brand {
    padding-bottom: 50px;
}
.intro-brand-top{
    display:flex;
    flex-wrap:wrap;
    margin:20px 0 40px;
    width:calc(100% + 10px);
}
.intro-brand_items {
    flex:0 0 calc(20% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    width: 140px;
    overflow: hidden;
    text-align: center;
}
.intro-brand_items-border {
    display:block;
    border: 1px solid #e5e5e5;
    padding: 5px;
    line-height: 67px;
    transition:all 0.2s linear 0s;
}
.intro-brand_items-border:hover{
    border-color:#0193de;
}
.intro-brand_items .img {
    width: 100%;
    height:0;
    padding-top:60%;
    background-size: contain !important;
}
.intro-brand_items-title {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.intro-brand_notice {
    color: #333;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    font-size:16px;
    font-weight:bold;
}
.intro-allbrand-fenlei {
    display: flex;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 2px solid #ff6600;
}
.intro-allbrand-fenlei a {
    padding: 8px 20px;
    line-height: 37px;
    border: 1px solid #e5e5e5;
    background: #eeeeee;
    margin-right: 10px;
}
.intro-allbrand-fenlei li.active a,
.intro-allbrand-fenlei li:hover a {
    border: 1px solid #ff6600;
    background: #ff6600;
    color: #fff;
}
.intro-allbrand-zimu {
    display: flex;
    border: 1px solid #e5e5e5;
}
.intro-allbrand-zimu a {
    padding: 8px 12px;
    line-height: 37px;
    border-right: 1px solid #e5e5e5;
    background: #fafafa;
}
.intro-allbrand-zimu li.active a,
.intro-allbrand-zimu li:hover a {
    border: 1px solid #ff6600;
    background: #ff6600;
    color: #fff;
}
.intro-allbrand_content {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 28px;
    overflow: hidden;
    display:flex;
    margin:30px 0;
}
.allbrand_content-left{
    padding:0 10px;
    flex:0 0 190px;
    width:190px;
}
.allbrand_content-left-title {
    color: red;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
}
.allbrand_content-right {
    flex:auto;
    width:200px;
    display:flex;
    flex-wrap:wrap;
}
.intro-brandinfo{
    display:flex;
    padding:40px 0;
    align-items:center;
}
.intro-brandinfo-logo{
    flex:0 0 100px;
    width:100px;
    margin-right:30px;
    text-align:center;
}
.intro-brandinfo-logo img {
    max-width: 100px;
    border-radius: 50%;
    object-fit: contain;
    width: 100px;
    height: 100px;
    background: #fff;
}
.intro-brandinfo-logo a {
    width: 80px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    margin:20px auto;
    border: 1px solid #999999;
    border-radius: 5px;
    color: #666666;
    display:block;
}
.intro-brandinfo-advimg {
    flex: 0 0 220px;
    width: 220px;
    margin-left: 30px;
    text-align: center;
}
/* 内页-搜索 */
.kj-intro-search {
    padding-left: 0px;
}
.kj-intro-search > li > div {
    padding-left: 0;
}
.kj-intro-search .imgborder {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.kj-intro-search .imgborder .img {
    width: 100%;
    height: 0;
    padding-top: 80%;
}
.kj-intro-search .name {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}
/*.kj-intro-search .alias, .kj-intro-search .detail {
    color: #999;
}
.kj-intro-search .alias span, .kj-intro-search .detail span {
    color: #333;
    margin-right: 10px;
}*/
/* 内页-结构式搜索 */
.kj-mainarea .breadcrumb {
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 0px;
}
.kj-mainarea .breadcrumb a {
    font-size: 13px;
    color: #666;
}
.kj-mainarea .breadcrumb li.active {
    color: #0193de;
}
.kj-mainarea .breadcrumb li:last-child a {
    color: #0193de;
}
.kj-mainarea .list-group .btn-primary {
    background-color: #0193de !important;
    border-color: #0193de !important;
}
/***********************************************************************************/
/*窗口浮动——首页左侧产品菜单导航*/

.index-left_pronav {
    position: fixed;
    top: 50%;
    left: 10px;
    z-index: 999;
    transform: translate(0%, -176.5px);
}
.index-left_pronav > div{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background: #0193de;
    line-height: 36px;
    color: #fff;
    border: 1px solid #D1D1D1;
}
.index-left_proimg {
    width: 150px;
    height: 250px;
    margin-bottom:60px;
}
.index-left_pronav > ul > li {
    min-width: 129px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
}
.index-left_pronav > ul > li:hover {
    background: #0193de;
    border: 1px solid #D1D1D1;
}
.index-left_pronav > ul > li:hover > a{
    color: #fff;
}
.index-left_pronav > ul > li:last-child:hover {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
}
.index-left_pronav > ul > li:last-child:hover > a{
    color: #333;
}
/* 窗口浮动-固定按钮 */
.kj-flex-btn {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 999;
    transform: translate(0%, -215px);
}
.kj-flex-btn > ul {
    padding: 0;
    /*box-shadow: 0px 0px 10px rgba(100,100,100,.2);*/
}
.kj-flex-btn > ul > li {
    width: 70px;
    height: 70px;
    line-height: 18px;
    background-color: #FFF;
    border: 1px #dadada solid;
    border-bottom: none;
    text-align: center;
    padding-top: 12px;
    position: relative;
    cursor:pointer;
}
.kj-flex-btn > ul > li:nth-child(5), .kj-flex-btn > ul > li:last-child {
    border-bottom: 1px #dadada solid;
}
.kj-flex-content {
    position: absolute;
    top: 0px;
    right: 68px;
    background-color: #0193de;
    color: #000;
    display: none;
    padding: 6px 8px;
    min-width: 100px;
}
.kj-flex-btn > ul > li:hover .kj-flex-content {
    display: block;
}
.kj-flex-btn > ul > li:last-child {
    margin-top: 10px;
}
.kj-flex-btn > ul > li:hover {
    background-color: #0193de;
}
.kj-flex-btn > ul > li:hover a {
    color: #ffffff;
}
.kj-flex-btn > ul > li a {
    font-size: 12px;
    text-decoration: none;
}
.kj-flex-btn > ul > li a i {
    font-size: 24px;
}
.kj-float-qq-visble {
    background-color: #fff;
    color: #0193de;
    margin: 10px auto;
    border-radius: 20px;
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
    text-align: center;
}
.kj-flex-btn > ul > li:hover .kj-float-qq-visble a {
    color: #0193de;
}
.kj-float-tel-visble {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
    text-align: center;
    
}
 .kj-float-tel-visble .fa-phone {
    color: #fff;
}
/* 分页器 */
.kj-pagination {
    text-align: center;
}
.kj-pagination .pagination li a {
    margin: 0 5px;
    border-radius: 4px;
}
.kj-productbannerhidden {
    display: none;
}
.pagination > li > a,
.pagination > li > span {
    color: #0193de;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #0193de;
    border-color: #0193de;
    color: #fff;
}
/********************************************************************************************************************/
@media(min-width:768px) {
    .kj-search-collapse {
        display: block;
    }
}
/*@media (min-width: 1400px){
    .container {
        width: 1370px;
    }
    .nav_promenu > .dropdown-menu > li > .dropdown-menu {
        width: 1170px;
    }
}*/
/*楼层*/
.kj-scroll-floorbox {
    position: fixed;
    transition: all 0.5s ease 0s;
    text-align: center;
    background-color: #ffffff;
    z-index: 1003;
    display: none;
    border: 1px solid #dddddd;
    box-shadow: 0px 0px 10px rgba(100,100,100,.2);
}
.kj-scroll-floorbox-title {
    background-color: #0193de;
    color:#fff;
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.kj-floor-pos-h-right {
    right: 10px;
}
.kj-floor-pos-h-left {
    left: 10px;
}
.kj-floor-pos-v-middle {
    top: 50%;
    transform: translateY(-50%);
}
.kj-scroll-floor-href {
    width: 132px;
    background: #FFFFFF;
    border-bottom: 1px solid #D1D1D1;
    display: block;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align:center;
    transition:all 0.2s linear 0s;
}
.kj-scroll-floor-gototop {
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #F2F2F2;
    text-align: center;
    transition:all 0.2s linear 0s;
}
.kj-scroll-floor-href:hover, .kj-scroll-floor-href.flooractive, .kj-scroll-floor-gototop:hover{
    background-color: #0193de;
    color: #ffffff;
    text-align: center;
}
/*end*/
i.icon-tishi{
    display:none;
}
i.icon-gouwuche3 {
    font-size: 20px;
    color: #EE0000;
}
.kj-intro-shopcart table th,
.kj-intro-shopcart table td {
    border-right: 1px solid #E6E8E9;
}
.intro-coa_msds{
    display:flex!important;
}
.intro-coa {
    background: #0193de;
    border-color: #0193de;
    transition:all 0.2s linear 0s;
}

.intro-coa:hover{
    background: #35b72a;
    border-color: #35b72a;
}
.intro-msds {
    line-height:30px;
    margin-left:10px;
}